home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Iron Maiden - Maiden Hell!
/
Iron Maiden - Maiden Hell! Promotional CD-ROM.iso
/
mac
/
promo.dxr
/
scripts_2_create file using fileIO xtra = .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
288 b
|
12 lines
on mouseDown
set whereItsGoing to getOSDirectory()
set myFile to new(xtra("fileio"))
set fileName to whereItsGoing & "run4hills.txt"
createFile(myFile, fileName)
openFile(myFile, fileName, 0)
writeString(myFile, "first bit")
closeFile(myFile)
set myFile to 0
beep()
end